home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 8 / developer source - volume 8.iso / delph / may97 / mcnef104.gif < prev    next >
Graphics Interchange Format  |  1997-10-25  |  14KB  |  333x234  |  4-bit (15 colors)
Labels: text | screenshot | font | number | document
OCR: Method Description BeginDoc Sends a print job to the printer. If the print job is sent successfully, the application should call EndDoc to end the print job. Printing won't start until EndDoc is called. EndDoc Ends the current print job and closes the text file variable. After the application calls EndDoc, the printer begins printing. Use EndDoc after successfully sending a print job to the printer. GetPrinter Retrieves the current printer. NewPage Forces current print job to begin printing on a new page. SetPrinter Specifies the current printer. Figure 4: Commonly-used TPrinter methods.